home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / cd.doc < prev    next >
Text File  |  1990-02-12  |  330b  |  12 lines

  1.        CD -- Change directory
  2.  
  3. Simular to the UNIX command, except to
  4.    move through multiple subdirectories
  5.    instead of using "cd /usr/tmp1/ ..."
  6.    format, "cd usr tmp1" is used,
  7.    making use of return(1) to do this.
  8.  
  9. The nouns are either directory names or:
  10.    "/"  -- Jump to root directory
  11.    ".." -- Move up a directory
  12.